traffic striping - tradução para russo
Diclib.com
Dicionário Online

traffic striping - tradução para russo

TECHNIQUE OF SEGMENTING DATA SO THAT CONSECUTIVE SEGMENTS ARE STORED ON DIFFERENT PHYSICAL STORAGE DEVICES
Striping; Disk striping; Stride (computer storage); Stripe (computer storage)
  • An example of data striping. Files A and B, of four blocks each are spread over disks D1 to D3.

traffic striping      

общая лексика

разметка проезжей части дороги

data striping         

общая лексика

чередование данных, интерливинг, "расслоение" данных

порядок записи данных на RAID-диски с расщеплением их на несколько дисков для ускорения чтения/записи

Смотрите также

RAID

disk striping         

общая лексика

чередование, расслоение дисков

Definição

data striping
<storage> Segmentation of logically sequential data, such as a single file, so that segments can be written to multiple physical devices (usually disk drives) in a round-robin fashion. This technique is useful if the processor is capable of reading or writing data faster than a single disk can supply or accept it. While data is being transferred from the first disk, the second disk can locate the next segment. Data striping is used in some modern databases, such as Sybase, and in certain RAID devices under hardware control, such as IBM's RAMAC array subsystem (9304/9395). Data striping is different from, and may be used in conjunction with, mirroring. (1996-10-17)

Wikipédia

Data striping

In computer data storage, data striping is the technique of segmenting logically sequential data, such as a file, so that consecutive segments are stored on different physical storage devices.

Striping is useful when a processing device requests data more quickly than a single storage device can provide it. By spreading segments across multiple devices which can be accessed concurrently, total data throughput is increased. It is also a useful method for balancing I/O load across an array of disks. Striping is used across disk drives in redundant array of independent disks (RAID) storage, network interface controllers, disk arrays, different computers in clustered file systems and grid-oriented storage, and RAM in some systems.